COVID-19 in Italy. Visuals


(alternatively, see results and code together here)

 


Data source: this GitHubi page

Authors and sources mentioned: Editore/Autore del dataset: Dipartimento della Protezione Civile. Categoria ISO 19115: Salute. Dati forniti dal Ministero della Salute.

Regional data files (Dati per Regione):
  • Struttura file giornaliero: dpc-covid19-ita-regioni-yyyymmdd.csv (dpc-covid19-ita-regioni-20200224.csv)
  • File complessivo: dpc-covid19-ita-regioni.csv
  • File ultimi dati (latest): dpc-covid19-ita-regioni-latest.csv

 

Out[4]:

Currently data as of date: 2020-10-20T17:00:00


 

What's in the original dataframe?

Out[5]:

All column names: ['data', 'stato', 'codice_regione', 'denominazione_regione', 'lat', 'long', 'ricoverati_con_sintomi', 'terapia_intensiva', 'totale_ospedalizzati', 'isolamento_domiciliare', 'totale_positivi', 'variazione_totale_positivi', 'nuovi_positivi', 'dimessi_guariti', 'deceduti', 'casi_da_sospetto_diagnostico', 'casi_da_screening', 'totale_casi', 'tamponi', 'casi_testati', 'note']

Out[6]:
data stato codice_regione denominazione_regione lat long ricoverati_con_sintomi terapia_intensiva totale_ospedalizzati isolamento_domiciliare ... variazione_totale_positivi nuovi_positivi dimessi_guariti deceduti casi_da_sospetto_diagnostico casi_da_screening totale_casi tamponi casi_testati note
5035 2020-10-20T17:00:00 ITA 19 Sicilia 38.115697 13.362357 542 77 619 6878 ... 478 574 5353 378 8485.0 4743.0 13228 606852 434040.0 NaN
5036 2020-10-20T17:00:00 ITA 9 Toscana 43.769231 11.255889 475 72 547 10999 ... 695 812 11846 1208 19332.0 5268.0 24600 939153 631648.0 NaN
5037 2020-10-20T17:00:00 ITA 10 Umbria 43.106758 12.388247 150 20 170 2505 ... 106 194 2335 93 2133.0 2970.0 5103 258701 152168.0 NaN
5038 2020-10-20T17:00:00 ITA 2 Valle d'Aosta 45.737503 7.320149 36 5 41 684 ... 67 75 1150 146 1813.0 208.0 2021 34435 23263.0 NaN
5039 2020-10-20T17:00:00 ITA 5 Veneto 45.434905 12.338452 459 51 510 9746 ... 411 490 24319 2268 22987.0 13856.0 36843 2158487 841548.0 NaN

5 rows × 21 columns


 

Variables names into English and their explanation

  • HospWithSymptoms : Currently hospitalized patients with symptoms
  • IC : Intensive care
  • HospTotal: Total number of currently hospitalized patients
  • AtHome : Currently at home confinement
  • CurrentlyPositive : Total amount of current positive cases (Hospitalised patients + Home confinement)
  • NewPositives : New amount of positive cases (Actual total amount of current positive cases - total amount of current positive cases of the previous day)
  • TotalCases : Total amount of positive cases
  • NoOfTests : Tests performed
Out[7]:
Date Region Lat Long HospWithSymptoms IC HospTotal AtHome CurrentlyPositive VariationOfPositives NewPositives Recovered Deaths Diagnostico Screening TotalCases NoOfTests casi_testati note Pop
Date
2020-10-16 2020-10-16 Veneto 45.434905 12.338452 299 40 339 7799 8138 530 704 23895 2244 22660.0 11617.0 34277 2121494 828067.0 NaN 4905854
2020-10-17 2020-10-17 Veneto 45.434905 12.338452 328 43 371 8369 8740 602 774 24064 2247 22758.0 12293.0 35051 2135650 832701.0 NaN 4905854
2020-10-18 2020-10-18 Veneto 45.434905 12.338452 378 44 422 9003 9425 685 800 24170 2256 22849.0 13002.0 35851 2145935 836440.0 NaN 4905854
2020-10-19 2020-10-19 Veneto 45.434905 12.338452 396 44 440 9405 9845 420 502 24253 2255 22902.0 13451.0 36353 2150361 838391.0 NaN 4905854
2020-10-20 2020-10-20 Veneto 45.434905 12.338452 459 51 510 9746 10256 411 490 24319 2268 22987.0 13856.0 36843 2158487 841548.0 NaN 4905854

 

(double click and click on legend to select one or multiple regions in the graph)


 

Italy as a whole

Data from all regions aggregated